//==============================================================================
// Wep Promethean 03_anim.txt
//==============================================================================

//==============================================================================
define aura
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Promethean Fire Aura 03
        }
    }
}

//==============================================================================
define glow
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Promethean Fire Glow 03
        }
    }
}

//==============================================================================
define projectile
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Promethean Fire 03
        }
    }
}

//==============================================================================
anim idle
{
    SetSelector
    {
	  	set hotspot
        {
            version
            {
				Visualnone jimmy
				connect hotspot aura hotspot
				connect hotspot glow hotspot
				connect hotspot projectile hotspot
            }
        }
    }
}

//==============================================================================
anim walk
{
    SetSelector
    {
	  	set hotspot
        {
            version
            {
				Visualnone jimmy
				connect hotspot aura hotspot
				connect hotspot glow hotspot
				connect hotspot projectile hotspot
            }
        }
    }
}
